Fix the default for the is_a_template flag.
authorEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 10:31:25 +0000 (11:31 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 10:31:25 +0000 (11:31 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py

index a93c0645512738264b09b4fe3bef47e2e0f43f6d..f986fdd6714d600d549debd3ad533a638633f5fb 100644 (file)
@@ -298,7 +298,7 @@ class XendConfig(dict):
             'actions_after_reboot': 'restart',
             'actions_after_crash': 'restart',
             'actions_after_suspend': '',
-            'is_template': False,
+            'is_a_template': False,
             'is_control_domain': False,
             'features': '',
             'PV_bootloader': '',